home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / arc_lbr / squash.arc / SQUASH.DOC < prev    next >
Text File  |  1987-11-13  |  2KB  |  83 lines

  1. 12 November 1987
  2.  
  3. From Leslie Satenstein
  4.      220 Croissant de L'Arcade
  5.      Chomedey, Laval Quebec
  6.      H7W-4Y3 (514)-682-5882
  7.  
  8. To:  The world at large
  9.  
  10. Subject:    Squash and Crunching Files
  11.  
  12. Enclosed in this archive are the following files:
  13.  
  14.     (1)  Squash.doc     This Document
  15.  
  16.     (2)  Squash.h     Include file for Squash.doc
  17.  
  18.     (3)  Squash.C     The C-Source
  19.  
  20.     (4)  SQUASH.EXE     The EXE file --Microsoft version 4.0
  21.  
  22. The program and supporting code are placed in the public domain.
  23. What is important is to recognize that files compatible with PKARC and
  24. ARCH (my version of Henderson's ARC program) are created with this program.
  25.  
  26. The code functions, and is there for you to examine.
  27.  
  28. If you would like to have more information about MY product ARCHive.EXE,
  29. A practical program which can be effectively used to compress/decompress
  30. members of archives, Please contact me for pricing. Single Copies of
  31. ARCHive.EXE are available for $30.00.
  32.  
  33. If you want to complete the archive program, you are more than welcome.
  34. My version of ARCHive.EXE took almost 3 years to achieve it's current level
  35. of function and RELIABILITY.
  36.  
  37.  
  38. Enjoy.
  39.  
  40. Leslie Satenstein
  41.  
  42.  
  43. Credit is given as follows:
  44.  
  45.  To the author of ARC.EXE for the basis of a wonderful program.
  46.  To PKatz, the author of PKXARC and other delights.
  47.  To the AUTHORS OF COMPRESS.ARC from which the proceding two programs
  48.     were modelled.
  49.  To the authors of LOOZ.EXE, the unix version of the product which uses
  50.  files ending in .ZOO
  51.  
  52.  
  53.                   How to Use
  54.  
  55.  
  56.  
  57.                  For Data Compression
  58.  
  59.  
  60.  
  61.      Squash  filename.ext       ===>       filename.arc
  62.       optional switches are
  63.       V version
  64.       v verbose
  65.      k/K delete filename.ext after creating filename.arc
  66.      F/f don't prompt for overwrite, just do it
  67.      D   Debug info
  68.  
  69.  
  70.  
  71.                 For Data Decompression
  72.  
  73.      Squash filename[.arc] -u  ====>      filename.ext
  74.      optional switches are
  75.      V version
  76.      v verbose
  77.      k/K delete filename.arc after extracting filename.ext
  78.      D   Debug information
  79.  
  80.  
  81.  
  82.  
  83.